home *** CD-ROM | disk | FTP | other *** search
/ Champak 141 / (Vol 141) Oct 17 2011.iso / Games / grizzly-adventure.swf / scripts / _component_optionspageWatcherSetupUtil.as < prev    next >
Encoding:
Text File  |  2011-10-17  |  701 b   |  27 lines

  1. package
  2. {
  3.    import component.optionspage;
  4.    import flash.display.Sprite;
  5.    import mx.binding.IWatcherSetupUtil;
  6.    import mx.core.IFlexModuleFactory;
  7.    
  8.    public class _component_optionspageWatcherSetupUtil extends Sprite implements IWatcherSetupUtil
  9.    {
  10.        
  11.       
  12.       public function _component_optionspageWatcherSetupUtil()
  13.       {
  14.          super();
  15.       }
  16.       
  17.       public static function init(param1:IFlexModuleFactory) : void
  18.       {
  19.          optionspage.watcherSetupUtil = new _component_optionspageWatcherSetupUtil();
  20.       }
  21.       
  22.       public function setup(param1:Object, param2:Function, param3:Array, param4:Array) : void
  23.       {
  24.       }
  25.    }
  26. }
  27.